wxMenu
Table of Contents

A menu is the top level menu item, such as "File".


Creation parameters: To create a submenu, first create a wxMenu object with no parent, then create a new wxMenuItem with the menu as the subMenu parameter.

  • proc append_separator( atom menu )   
  • func get_menuitem_count( atom menu )   
  • proc insert_separator( atom menu, integer pos )     
     
    Parent Topics:
  • Classes
  • Menus

    wxMenu
    Table of Contents

    [proc]
    append_separator
    ( atom menu )

    Category: wxMenu

    See Also: get_menuitem_count, insert_separator


    wxMenu
    Table of Contents

    [func]
    get_menuitem_count
    ( atom menu )

    Category: wxMenu

    See Also: append_separator, insert_separator


    wxMenu
    Table of Contents

    [proc]
    insert_separator
    ( atom menu, integer pos )

    Category: wxMenu

    See Also: append_separator, get_menuitem_count